projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
715488f
)
Trivial typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 16 May 2006 03:35:46 +0000
(
03:35
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 16 May 2006 03:35:46 +0000
(
03:35
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index e64464bdec47cc992eec90c0aa39402945fb7124..bfb849ffd68a5d50452ad028d193f7012ebf3694 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-4104,7
+4104,7
@@
non-nil, it is called instead of rereading visited file contents."
(let ((inhibit-read-only t)
;; Keep the current buffer-file-coding-system.
(coding-system buffer-file-coding-system)
- ;; Auto-saved file shoul
e
be read with special coding.
+ ;; Auto-saved file shoul
d
be read with special coding.
(coding-system-for-read 'auto-save-coding))
(erase-buffer)
(insert-file-contents file-name nil)